home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Storage / DrgDpDef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  625 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        DrgDpDef.h
  3.  
  4.     Contains:    constants for Drag and drop 
  5.  
  6.     Owned by:    Vincent Lo
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>     9/13/95    VL        1283523: Fixed up constants and removed
  13.                                     obsolete ones.
  14.          <2>      9/7/95    TJ        Resource Values are now based on
  15.                                     kODStorageRsrcBase.
  16.          <1>      9/6/95    VL        first checked in
  17.  
  18. */
  19.  
  20.  
  21. #ifndef _DRGDPDEF_
  22. #define _DRGDPDEF_
  23.  
  24. #ifndef _RSRCBASE_
  25. #include "RsrcBase.h"
  26. #endif
  27.  
  28. #define kODCategorySuffix                     (kODStorageRsrcBase + 0)
  29. #define kODCategoryNumberSuffix             (kODStorageRsrcBase + 1)
  30.  
  31. #endif // _DRGDPDEF_